* lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.
authorJay Belanger <jay.p.belanger@gmail.com>
Mon, 3 Dec 2012 01:05:08 +0000 (19:05 -0600)
committerJay Belanger <jay.p.belanger@gmail.com>
Mon, 3 Dec 2012 01:05:08 +0000 (19:05 -0600)
lisp/calc/calc-forms.el

index 0b63968ada1d4b95e8b8bf6594aa35b9584de441..197bc6acee564bda191a79a96cde156542d99eb9 100644 (file)
@@ -471,7 +471,7 @@ in the Gregorian calendar and the remaining part determines the time."
     (list 
      year
      (math-add (car (math-idivmod 
-                     (math-sub date (math-iso-dt-to-absolute year 1 1))
+                     (math-sub date (math-absolute-from-iso-dt year 1 1))
                      7))
                1)
      (cdr (math-idivmod date 7)))))